home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / Suntar 1.3.2 / known bugs < prev    next >
Encoding:
Text File  |  1992-10-31  |  1.9 KB  |  36 lines  |  [TEXT/KAHL]

  1. Known bugs history
  2.  
  3. 1.1: 22 bugs (but it's the old version for which we had fewer bug reports)
  4.     Bad bugs: some huge .hqx files are decoded incorrectly, yielding an error message
  5.     selectioning the confirm saves preference during the confirm saves dialogs may cause
  6.         a situation in which the internal variable and the external appearance of
  7.         the menu item are out of sync
  8.     Append causes an error for a bar archive containing an hard link
  9.     Typing a key when there is no console window causes a crash
  10.     Append to a multivolume GNU archive forgets to create an 'M' header for
  11.         the first new disk, hence that archive can't be read
  12.     If, in the folder selection dialog, the currently displayed folder is
  13.         an Appleshare volume one gets an error
  14.     Sometimes the information about "disk is write protected" happened
  15.         to be from the previously inserted disk and not the current one
  16. 1.2: 9 bug fixes,13 new bugs (including the worst bug in the life of suntar)
  17.     Bad new bugs: crashes every time it extracts a file to a volume whose name
  18.         is not very short
  19.     A xxx.part1.hqx file had creator '????'
  20.     Does silly things for a .hqx file not containing BinHex data
  21.     when there is insufficient space for the file it may continue elsewhere,
  22.         but the old file is not closed at all
  23. 1.2.1: 7 bug fixes, 2 new bugs
  24.     bad new bug: with some System/ROM combination, the disk insertion dialog
  25.         does not wake up suntar at the disk insertion, requiring any other
  26.         event
  27. 1.2.2: 3 bug fixes, 2 new bugs
  28.     bad new bugs: the Mac->UNIX file name conversion has lost the '/' => ':' rule
  29.     A xxx.part1.hqx file is recognized as a part, but suntar tries to extract
  30.         it anyway
  31. 1.3: 11 bug fixes, 6 new bugs
  32.     bad new bugs: Extract selected files refuses a 'V' header in GNU archives
  33.     A bad sector causes an infinite series of messages, eventually causing
  34.         a crash due to more than 32768 chars passed to TextEdit
  35. 1.3.1: 1 bug fix
  36. 1.3.2: 14 bug fixes